import { AllAPIResponses } from './../../../index'; declare const get: (key: string, headers?: Headers | undefined) => Promise>; export default get;